projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2629087
)
; * .dir-locals.el (java-mode): Transfer suitable c-mode options.
author
Po Lu
<luangruo@yahoo.com>
Sat, 24 Feb 2024 02:01:03 +0000
(10:01 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 24 Feb 2024 02:01:03 +0000
(10:01 +0800)
.dir-locals.el
patch
|
blob
|
history
diff --git
a/.dir-locals.el
b/.dir-locals.el
index 89fb76a55f3cd53a2e136eb2b98405908be31599..1a6acecc206c1587b34e8eb4574b1b23d94e7b18 100644
(file)
--- a/
.dir-locals.el
+++ b/
.dir-locals.el
@@
-23,6
+23,11
@@
(electric-quote-string . nil)
(indent-tabs-mode . t)
(mode . bug-reference-prog)))
+ (java-mode . ((c-file-style . "GNU")
+ (electric-quote-comment . nil)
+ (electric-quote-string . nil)
+ (indent-tabs-mode . t)
+ (mode . bug-reference-prog)))
(objc-mode . ((c-file-style . "GNU")
(electric-quote-comment . nil)
(electric-quote-string . nil)